home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
STARTUP
/
StubDll.dpr
next >
Wrap
Text File
|
1996-03-20
|
140b
|
10 lines
library StubDLL;
uses
WinProcs,
StubDllU in 'StubDllU.pas';
begin
OutputDebugString('DLL: Main program block'#13#10);
end.